projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9391e59
)
(Freplace_match): Call Finsert_and_inherit.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1993 12:08:30 +0000
(12:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1993 12:08:30 +0000
(12:08 +0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index 930d1bb51eecdc6b316c4a1d0322ff2332ca14fd..048cdb2efa0befce4e716a3fa6a0c75d44cea905 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-1235,7
+1235,7
@@
Leaves point at end of replacement text.")
position in the replacement. */
SET_PT (search_regs.start[0]);
if (!NILP (literal))
- Finsert (1, &string);
+ Finsert
_and_inherit
(1, &string);
else
{
struct gcpro gcpro1;